go/types.Named.check (field)

8 uses

	go/types (current package)
		named.go#L14: 	check      *Checker
		named.go#L66: 	typ := &Named{check: check, obj: obj, orig: orig, fromRHS: underlying, underlying: underlying, tparams: tparams, methods: methods}
		named.go#L97: 	t.check = nil
		named.go#L151: 	check := t.check
		named.go#L270: 	if n0.check == nil {
		named.go#L276: 	check := n0.check
		named.go#L362: 	check := n.check
		named.go#L379: 		underlying = n.check.subst(instPos, n.orig.underlying, smap, ctxt)